home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc1 / ovr50711.lha / Over5 / doc / Over5.history < prev    next >
Text File  |  1996-05-12  |  6KB  |  190 lines

  1. History for Over5 by Daniel Kahlin <tlr@stacken.kth.se>
  2. ----------------------------------------------------------------------------
  3. Copyright (c) 1995,1996 Daniel Kahlin <tlr@stacken.kth.se>
  4.  
  5. Over5 0.711 (960420) tlr - Fifth release version.
  6.   - COPY code works ok.  Documented 'mach.c' so that porting by non Amiga
  7.     people should be possible.
  8.  
  9. Over5 0.694 (960417) tlr - INTERNAL
  10.   - finetuned COPY code... still some to be done though.
  11.  
  12. Over5 0.685 (960417) tlr - INTERNAL
  13.   - COPY recoded.  Now supports real AmigaDos wildcard for both
  14.     c64 and Amiga files.  Really neat!  
  15.   - Made furter advances towards portable code.
  16.  
  17. Over5 0.660 (960416) tlr - INTERNAL
  18.   - Now uses config file!  (PROGDIR:Over5.config)
  19.     for you to be able to use other serial.devices.
  20.   - Reworked the number input routine.
  21.     now accepts binary (%11101) hex ($ef,0xff), octal (@777),
  22.     and decimal(+22,#22).
  23.  
  24. Over5 0.624 (960405) tlr - INTERNAL
  25.   - Did major work on the boot procedure.
  26.     Should work with most cbm 8-bitters
  27.   - nice progress indicators during boot.
  28.   - Tested the above on: C64, VIC-20 16KB & VIC-20 3.5KB
  29.     works very smoothly!
  30.  
  31. Over5 0.587 (960402) tlr - Fourth Release version.
  32.   - bumped revision for release.
  33.   - found nasty bug when closing the serial.device; a guru popped up now and
  34.     then.
  35.  
  36. Over5 0.571 (960325) tlr - INTERNAL
  37.   - moved back old boot, and move new boot to BOOT NEW.
  38.   - WRITEZIP & READZIP now recognizes things like:
  39.     'work:archives/1!kooldemo' or '/demos/thedemo'
  40.  
  41. Over5 0.561 (960322) tlr - INTERNAL
  42.   - moved old boot to option BOOT OLD
  43.   - created new and better boot procedure should work with VIC-20 aswell.
  44.  
  45. Over5 0.547 (960124) tlr - INTERNAL
  46.   - added SAFEADDR option to BOOT
  47.   - made WRITEZIP recognize "1!<basename>" instead of just "<basename>"
  48.  
  49. Over5 0.532 (960118) tlr - INTERNAL
  50.   - recoded copytail.asm, it's now totally position independant and
  51.     machine independant. (C64, VIC-20, PET, C128, etc...)
  52.     This hopefully makes BOOT.ASC usable with most 6502 based commodore
  53.     computers.
  54.  
  55. Over5 0.528 (960116) tlr - INTERNAL
  56.   - Repaired the copy function! (nasty bug, always wrote 13 bytes)
  57.  
  58. Over5 0.524 (960112) tlr - INTERNAL
  59.   - Fixed bugs in server code.
  60.   - removed several machine dependencies
  61.  
  62. Over5 0.515 (960108) tlr - INTERNAL
  63.   - made MAJOR changes in sourecode. (cleaning up and restructuring)
  64.  
  65. Over5 0.490 (951111) tlr - INTERNAL
  66.   - reprogrammed the server code, now it doesn't exit when it gets errors.
  67.   - inserted code for config file.
  68.   - modified the COPY code, now supports different devices.
  69.  
  70. Over5 0.477 (951110) tlr - INTERNAL
  71.   - avoided a potential guru in the body transfer routines.
  72.   - recoded parts of the block handling for much better
  73.     error reporting.
  74.   - recoded parts of the protocol handling for the same
  75.     reson.
  76.  
  77. Over5 0.472 (951105) tlr - INTERNAL
  78.   - added RUN skeleton.
  79.   - coded the RESET command.
  80.   - adjusted all error strings in the serial code
  81.   - added DEVICE option to most disk functions
  82.  
  83. Over5 0.466 (951012) tlr - INTERNAL
  84.   - added NEWADDR option to WRITEMEM.
  85.  
  86. Over5 0.463 (950919) tlr - Third Release Version
  87.   - coded READZIP, tested works ok.
  88.   - improved error checking on zipcode archives.
  89.  
  90. Over5 0.439 (950917) tlr - INTERNAL
  91.   - coded WRITEZIP, tested works ok.
  92.  
  93. Over5 0.421 (950830) tlr - INTERNAL
  94.   - implemented READDISK
  95.   - fixed fatal bug in READDISK and WRITEDISK, wouldn't write track 35.
  96.  
  97. Over5 0.416 (950816) tlr - INTERNAL
  98.   - fixed bugs associated with srv_READSTRING and COMMAND '$'
  99.     could have been fatal in some cases.
  100.  
  101. Over5 0.409 (950815) tlr - INTERNAL
  102.   - remade WRITEDISK for multitrack write (could be better)
  103.  
  104. Over5 0.405 (950812) tlr - INTERNAL
  105.   - coded WRITEDISK, added READDISK skeleton.
  106.   - found bugs
  107.  
  108. Over5 0.388 (950808) tlr - Second Release version
  109.   - coded commands DIR, $ and CD with server
  110.   - fixed new load and save routines for server
  111.   - added proper error string with server
  112.   - made alot of general code around the server! Should work!
  113.  
  114. Over5 0.345 (950806) tlr - INTERNAL
  115.   - coded prototype 'reset' function (for use with cartridge)
  116.   - found nasty bug in 'BOOT'.  Last byte sent was trashed in
  117.     some cases.
  118.   - moved a 'jfree' call outside a loop, and thus removing the
  119.     infamous death bug from outer space! 
  120.  
  121. Over5 0.317 (950805) tlr - INTERNAL
  122.   - coded srvsave
  123.   - fixed bugs in readstring.
  124.  
  125. Over5 0.311 (950804) tlr - INTERNAL
  126.   - Coded complete readstring. (with addstring)
  127.   - coded srvload
  128.  
  129. Over5 0.293 (950803) tlr - INTERNAL
  130.   - Programmed a simple server.
  131.   - Set SERF_RAD_BOOGIE.
  132.     Should improve performance on slow computers (A500)
  133.   - Fixed safer syncing during BOOT.
  134.   - Fixed cosmetic bug in bl_sendfile.
  135.   - Lowerred DELAY_BLOCK to 1.8 millisecs. (increases transfer speed)
  136.  
  137. Over5 0.276 (950722) tlr - First Release
  138.   - Restructured code, mostly to be able to compile on linux.
  139.   - Added server skeleton.
  140.   - fixed reporting of return codes
  141.  
  142. Over5 0.267 (950720) tlr - INTERNAL
  143.   - Implemented HELP option
  144.   - Fixed translation of '(' to '[' and ')' to ']'
  145.   - trimmed basic boot
  146.   - improved docs (could be much better though)
  147.   - fixed parameter error in test
  148.   - 'COPY' now shows diskstatus
  149.  
  150. Over5 0.252 (950713) tlr - INTERNAL
  151.   - Now sends device number ok. (but always 8)
  152.   - Implemented new compact structures.
  153.  
  154. Over5 0.249 (950711) tlr - INTERNAL
  155.   - Fixed bug in WRITEMEM
  156.   - Added option RUN to WRITEMEM
  157.  
  158. Over5 0.246 (950711) tlr - INTERNAL
  159.   - Coded SYS
  160.  
  161. Over5 0.240 (950710) tlr - INTERNAL
  162.   - changed boot speed to 150 baud
  163.   - Coded MEMORYREAD/WRITE
  164.  
  165. Over5 0.226 (950702) tlr - INTERNAL
  166.   - coded 300 baud boot, works ok.
  167.  
  168. Over5 0.220 (950701) tlr - INTERNAL
  169.   - Fixed wildcards in the copy command
  170.   - if redirected to a file... no CSI codes!
  171.  
  172. Over5 0.195 (950701) tlr - INTERNAL
  173.   - Coded the copy command (works ok!)
  174.  
  175. Over5 0.176 (950701) tlr - INTERNAL
  176.   - Fixed so that DEBUG works again
  177.   - Made diskturbo for "diskslave"
  178.   - Added klugdge delay in block read/write
  179.     (c64 code really needs optimizing)
  180.  
  181. Over5 0.170 (950701) tlr - INTERNAL
  182.   - Longer and better filetest (40960 bytes)
  183.   - fixed problems in "Block.asm" (couldn't read/write under rom)
  184.  
  185. Over5 0.168 (950628) tlr - INTERNAL
  186.   - Fixed parameter handling so that quoting works ok.
  187.   - Fixed c64 basic boot. 
  188.  
  189.  
  190.